projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5c9275
)
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
author
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 16:47:27 +0000
(16:47 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 21 Jan 2003 16:47:27 +0000
(16:47 +0000)
src/s/sol2-5.h
patch
|
blob
|
history
src/s/sunos4-0.h
patch
|
blob
|
history
diff --git
a/src/s/sol2-5.h
b/src/s/sol2-5.h
index 896011ce33cbe227cb85ca85ac341022a7a896f5..600ab999486160361bfaf46757ae2b418b560957 100644
(file)
--- a/
src/s/sol2-5.h
+++ b/
src/s/sol2-5.h
@@
-27,3
+27,7
@@
We can optimize this later. */
#undef USE_MMAP_FOR_BUFFERS
+
+/* Probably OK also on earlier versions. */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
diff --git
a/src/s/sunos4-0.h
b/src/s/sunos4-0.h
index e0b66190562419bd839f494ba09a5d7d467c2371..0b192f8ae008e6be8ea03b42053a2c63684bd6c0 100644
(file)
--- a/
src/s/sunos4-0.h
+++ b/
src/s/sunos4-0.h
@@
-44,3
+44,6
@@
#ifndef TERMINFO
#define LIBS_TERMCAP -ltermcap
#endif
+
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS